home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11029 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  986 b 

  1. Path: irisa.fr!usenet
  2. From: Frederic BONNET <fbonnet@irisa.fr>
  3. Newsgroups: comp.lang.c,comp.programming,comp.software-eng
  4. Subject: Looking for C source code analyzer
  5. Date: Thu, 21 Mar 1996 17:05:16 +0100
  6. Organization: Irisa, Rennes (FR)
  7. Distribution: world
  8. Message-ID: <31517E3C.2F1CF0FB@irisa.fr>
  9. NNTP-Posting-Host: gastonlg.irisa.fr
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (X11; I; SunOS 4.1.4 sun4m)
  14.  
  15. Hi there,
  16.  
  17. I am looking for a (free) C source code analyzer. What I want to do is generate a call graph
  18. and display it as a tree. I already use GNU gprof but it is more a profiler than a call
  19. graph generator (for example, called functions are sorted according to the time they took), and
  20. this graph is generated after the execution of the program. Moreover, it outputs text and I would
  21. prefer a graphical output.
  22.  
  23.  
  24. Any suggestions by email welcome.
  25.  
  26. Thanks in advance.
  27.  
  28. -- 
  29. Frederic BONNET
  30. fbonnet@irisa.fr
  31.